import subprocess subprocess.call([r'C:\Example\For\A\Location\Script.bat'])
import subprocess subprocess.call([r'path where the batch file is stored\name of the batch file.bat'])